autocomplete off not working in chrome

103

disable browser autocomplete -

<form method="post" action="/form" autocomplete="off">
[…]
</form>

chrome input autocomplete not working -

<input type='text' autocomplete='off' />

autocomplete off not working in chrome -

<input type="email" name="email"><!-- Can be type="text" -->
<input type="password" name="password" autocomplete="new-password">

Comments

Submit
0 Comments